3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
typedef enum TQ3FileReadGroupStateMasks{
kQ3FileReadWholeGroup = 0,
kQ3FileReadObjectsInGroup = 1 << 0,
kQ3FileCurrentlyInsideGroup = 1 << 1
} TQ3FileReadGroupStateMasks;
typedef unsigned long TQ3FileReadGroupState;
Previous | QD3D Book | Overview | Chapter Contents | Next |